home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / graphics / stadconv.lzh / STADCONV / TURBO_C / README < prev    next >
Text File  |  1992-07-12  |  1KB  |  28 lines

  1. Turbo C2.0 DEMO-program... (and other C-versions !?)
  2.  
  3. The Turbo C package contains an assembler... If you use this one, you
  4. have problems on some commands. The main difference: bxx.s is not
  5. recognized - you have to write bxx.b instead.
  6. The project-file generates the modules and the complete program (but the
  7. assembler must be present to compile the ass-sources)
  8.  
  9. Contents:
  10.  
  11. STADCONV.C      2382    the C-source of the demo
  12. STADCONV.PRG    8932    the compiled program
  13. STADCONV.PRJ     391    the project-file (Turbo C2.0)
  14. FROMSTAD.S      7526    the ass-source to read STAD-pics
  15. FROMSTAD.O       680    ...and the compiled module
  16. TOSTAD.S       10899    the ass-source to compress pictures to STAD-format
  17. TOSTAD.O        1166    ...and the compiled module
  18. README          1053    the file you are reading right now
  19.  
  20.  
  21. Notes:
  22. If you recompile the ass-sources remember to create a standard-symbol-table.
  23. The labels 'fromstad' and 'tostad' must be in the object-code...
  24.  
  25.  
  26. please read the main-README (one folder-level higher)!!
  27.  
  28.